UCF STIG Viewer Logo

The Cisco IOS XE router must reveal error messages only to authorized individuals (ISSO, ISSM, and SA).


Overview

Finding ID Version Rule ID IA Controls Severity
V-74029 CISR-ND-000077 SV-88703r2_rule Medium
Description
Only authorized personnel should be aware of errors and the details of the errors. Error messages are an indicator of an organization's operational state. Additionally, sensitive account information must not be revealed through error messages to unauthorized personnel or their designated representatives.
STIG Date
Cisco IOS XE Release 3 NDM Security Technical Implementation Guide 2018-12-20

Details

Check Text ( C-74119r3_chk )
Verify that the Cisco IOS XE router is configured to reveal error messages only to authorized individuals.

The configuration should look similar to the example below:

parser view Senior-Admin
secret 5 $1$hW3m$PE.3zCJYeSrvYflFey71R.
commands exec include all configure
commands exec include all show

parser view Auditor
secret 5 $1$qb3F$SrdJW2oyyDzq1L94I7eED.
commands exec include show logging

If it is not configured to reveal error messages only to authorized individuals, this is a finding.
Fix Text (F-80571r3_fix)
Use CLI views to control who can view error messages.

The configuration should look similar to the example below:

parser view Senior-Admin
secret 5 $1$hW3m$PE.3zCJYeSrvYflFey71R.
commands exec include all configure
commands exec include all show

parser view Auditor
secret 5 $1$qb3F$SrdJW2oyyDzq1L94I7eED.
commands exec include show logging